From b00fe9d70973ff7f16a7412d52eec9caa478780f Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Fri, 17 Jun 2005 17:59:02 +0000 Subject: [PATCH] bitkeeper revision 1.1713.3.13 (42b30f66_kcj5tkDzz9DSBmqEbyHrQ) xs.c: Update comment. Signed-off-by: Christian Limpach --- tools/python/xen/lowlevel/xs/xs.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/python/xen/lowlevel/xs/xs.c b/tools/python/xen/lowlevel/xs/xs.c index bfddb966d0..1b86a03f65 100644 --- a/tools/python/xen/lowlevel/xs/xs.c +++ b/tools/python/xen/lowlevel/xs/xs.c @@ -625,11 +625,11 @@ static PyObject *xspy_close(PyObject *self, PyObject *args, PyObject *kwds) return val; } -#define xspy_shutdown_doc "\n" \ - "Shutdown the xenstore daemon (xsdaemon).\n" \ - "\n" \ - "Returns: [int] 0 on success.\n" \ - "Raises RuntimeError on error.\n" \ +#define xspy_shutdown_doc "\n" \ + "Shutdown the xenstore daemon.\n" \ + "\n" \ + "Returns: [int] 0 on success.\n" \ + "Raises RuntimeError on error.\n" \ "\n" static PyObject *xspy_shutdown(PyObject *self, PyObject *args, PyObject *kwds) -- 2.30.2